<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*头部样式*/
#header{width:1400px;margin:0 auto;}
.logo{float:left;line-height: 115px;width: 488px;}
.cont{ line-height:19px; font-size:18px; float:left; margin-top: 40px; margin-left: 15px;}
.k2{margin-top: 30px;font:20px "微软雅黑";color:#0c92cf;background: url(../img/tel.png) left center no-repeat; font-style: italic; padding-left: 50px;}


/*导航栏样式*/
.hl_nav{
    background-color: #0c92cf;
    position: relative;
    color: #ffffff;
    min-width: 1200px;
    height: 60px;
}
.hl_nav a{
    display: block;
    text-decoration: none;
}
.hl_nav .shade{
    position: absolute;
    width: 100%;
    height: 40px;
    top: 50px;
    left: 0;
    z-index: 1;
    background-color: #EEEEEE;
    opacity: 0.9;
    filter: alpha(opacity=90);
    box-shadow: 0 5px 15px #CCCCCC;
    display: none;
    border-bottom: #ffffff solid 1px;
    border-bottom: rgba(255,255,255,0.3) solid 1px;
}
.hl_nav .nav_list{
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -600px;
    z-index: 2;
    padding: 0;
    list-style: none;
    width: 1200px;
    height: 50px;
}
.hl_nav .nav_list&gt;li{
    padding: 0;
    float: left;
    margin: 0;
    width: 12%;
    text-align: center;
    height: 60px;
    overflow: hidden;
    transition: height 0.3s;
}
.hl_nav .nav_head{
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    font-size: 20px;
    position: relative;
}
.hl_nav .nav_body{
    display: block;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
	font-size: 20px;
    position: relative;
	z-index:999999999999999;
}
.hl_nav .nav_body:last-child{
    border-bottom: #0573b2 solid 2px;
}

.hl_nav .nav_list&gt;li.active .nav_head,.hl_nav .nav_list&gt;li:hover .nav_head {
    background-color: #0573b2;
}
.hl_nav .nav_list&gt;li:hover{
    background-color: #0573b2;
    height: auto;
}
.hl_nav .nav_body:hover{
    color: #ffffff;
	background-color:#0c92cf;
}
.hl_nav .nav_body:after{
    content: '';
    display: block;
    height: 0;
    position: absolute;
    bottom: -1px;
    width: 60%;
    left: 20%;
    border-bottom: #0573b2 dashed 1px;
}


.footer{
	background-color:#262c31;
	padding:85px 0;
	}
.footer ul{
	width:1200px;
	margin:0 auto;
	}
.footer ul li img {
    display: block;
}
.footer li{
	display: inline-block;
    float: left;
    align-items: center;
	}
.one{
	width: 20%;
    text-align: -webkit-center;
	padding-top: 40px;
	}
.two{
	width: 25%;
 	text-align: -webkit-center;
	padding-top: 10px;
	}
.two a{
	float:left;
	width:50%;
	font-size:16px;
	color: rgba(255, 255, 255, 0.8);
	line-height:36px;
	}
.three{
	width: 25%;
 	text-align: -webkit-center;
	padding-top: 55px;
	}
.three a{
	float:left;
	width:33.3%;
	}
.four{
	width:30%;
 	text-align: -webkit-center;
	}</pre></body></html>